翻訳と辞書
Words near each other
・ Java backporting tools
・ Java barb
・ Java Barn
・ Java Bindings for OpenGL
・ Java BluePrints
・ Java Business Integration
・ Java bytecode
・ Java bytecode instruction listings
・ Java campaign of 1806–07
・ Java Caps
・ Java Card
・ Java Card OpenPlatform
・ Java Champions
・ Java chicken
・ Java class file
Java Class Library
・ Java Classloader
・ Java Code Coverage Tools
・ Java coffee
・ Java collections framework
・ Java Community Process
・ Java compiler
・ Java concurrency
・ Java Cryptography Architecture
・ Java Cryptography Extension
・ Java Data Mining
・ Java Data Objects
・ Java Database Connectivity
・ Java Decompiler
・ Java Desktop Integration Components


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java Class Library : ウィキペディア英語版
Java Class Library

The Java Class Library (JCL) is a set of dynamically loadable libraries that Java applications can call at run time. Because the Java Platform is not dependent on a specific operating system, applications cannot rely on any of the platform-native libraries. Instead, the Java Platform provides a comprehensive set of standard class libraries, containing the functions common to modern operating systems.
JCL serves three purposes within the Java Platform:
* Like other standard code libraries, they provide the programmer a well-known set of useful facilities, such as container classes and regular expression processing.
* The library provides an abstract interface to tasks that would normally depend heavily on the hardware and operating system, such as network access and file access.
* Some underlying platforms may not support all of the features a Java application expects. In these cases, the library implementation can either emulate those features or provide a consistent way to check for the presence of a specific feature.
==Implementation and configuration==
JCL is almost entirely written in Java, except for the parts that need direct access to the hardware and operating system (such as for I/O, or bitmap graphics). The classes that give access to these functions commonly use Java Native Interface wrappers to access operating system APIs.
Almost all of JCL is stored in a single Java archive file called "rt.jar", which is provided with JRE and JDK distributions. The Java Class Library (rt.jar) is located in the default bootstrap classpath,〔(How Classes are Found )〕 and does not have to appear in the classpath declared for the application. The runtime uses the bootstrap class loader to find the JCL.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java Class Library」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.